Work on auto sharding
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 10 Sep 2020 12:45:20 +0000 (14:45 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 10 Sep 2020 12:45:20 +0000 (14:45 +0200)
commitc6bfe8a8909091b6c0e5202745d9037715158046
treed51185d966e599aa93b2119ba47487373e01f66b
parent868bfc3961200469832b5b85d19f8ab75baa5f8f
Work on auto sharding
21 files changed:
Debug/makefile
Debug/sources.mk
Debug/src/omap/subdir.mk [new file with mode: 0644]
Release/makefile
Release/sources.mk
Release/src/omap/subdir.mk [new file with mode: 0644]
include/omap/omap.h [new file with mode: 0644]
include/siri/db/db.h
include/siri/db/points.h
include/siri/db/query.h
include/siri/db/series.h
include/siri/db/shard.h
include/siri/db/shards.h
src/omap/omap.c [new file with mode: 0644]
src/siri/db/db.c
src/siri/db/points.c
src/siri/db/series.c
src/siri/db/shard.c
src/siri/db/shards.c
test/test_siridb/sources
test/test_siridb/test_siridb.c